BotaRecipientTransferStatus Struct ReferenceBOTA Recipient API

Detailed Description

Structure describing the status of the transfer.

Data Fields

size_t transferredBytes
 Number of bytes transferred to the recipient. More...
 
size_t receivedBytes
 Number of contiguous bytes received by the recipient. More...
 
size_t totalBytes
 Total size of the bulk data to transfer. More...
 
BotaRecipientTransferState transferState
 State of the transfer. More...
 

Field Documentation

◆ transferredBytes

size_t BotaRecipientTransferStatus::transferredBytes

Number of bytes transferred to the recipient.

◆ receivedBytes

size_t BotaRecipientTransferStatus::receivedBytes

Number of contiguous bytes received by the recipient.

◆ totalBytes

size_t BotaRecipientTransferStatus::totalBytes

Total size of the bulk data to transfer.

◆ transferState

BotaRecipientTransferState BotaRecipientTransferStatus::transferState

State of the transfer.


The documentation for this struct was generated from the following file:
Go to Top